hextastudio/ui needs your support to stay running 🫶 Help us
Progress Bar
Progress Bar allows user to display progress of specific operation.
Preview
Installation
tsx
import { ProgressBar } from "@/components/hexta-ui/ProgressBar";
export const Home = () => {
return (
<>
<ProgressBar value={50} max={100} />
</>
)
}
Props Information
Prop Name
Prop Type
Default Value
Description
Prop Name | Prop Type | Default Value | Description |
---|